Add support for Qt6. (#739)
authortsteven4 <13596209+tsteven4@users.noreply.github.com>
Tue, 26 Oct 2021 19:49:48 +0000 (13:49 -0600)
committerGitHub <noreply@github.com>
Tue, 26 Oct 2021 19:49:48 +0000 (13:49 -0600)
commita9e2c35e4471623a19c4b786170d751d0cc7e995
treecaecfa8265868b6ec4c01b1fa87513e80044b381
parenta5088f9edcd2a22499f5fae5d79bfeb9cfffe72f
Add support for Qt6. (#739)

* Add support for Qt6.

* fix a few codacy complaints.
27 files changed:
.github/workflows/macos.yml
.github/workflows/windows.yml
CMakeLists.txt
GPSBabel.pro
csv_util.cc
defs.h
garmin_tables.cc
gui/CMakeLists.txt
gui/app.pro
ignrando.cc
inifile.cc
lowranceusr.h
maggeo.cc
nmea.cc
pcx.cc
shape.cc
src/core/codecdevice.cc [new file with mode: 0644]
src/core/codecdevice.h [new file with mode: 0644]
src/core/logging.h
src/core/textstream.cc
src/core/textstream.h
tools/build_extra_tests
tools/build_qt6.sh [new file with mode: 0755]
tools/ci_install_qt.sh [new file with mode: 0755]
tools/travis_script_osx
util.cc
xcsv.cc